home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 May / EnigmA AMIGA RUN 18 (1997)(G.R. Edizioni)(IT)[!][issue 1997-05][EAR-CD II].iso / earcd / dev / lang / pike.rea < prev    next >
Text File  |  1997-03-02  |  3KB  |  68 lines

  1. Short:    Amiga Pike 0.4.0 (uLPC) script language
  2. Author:   fasten@cs.bonn.edu (Bernhard Fastenrath)
  3. Uploader: fasten@cs.bonn.edu (Bernhard Fastenrath)
  4. Version:  0.4.0
  5. Type:     dev/lang
  6.  
  7. This is a beta version (release 0) of Amiga Pike (based on Pike 0.4).
  8. This version was compiled with gcc/ixemul and requires the ixemul.libary.
  9.  
  10. Amiga Features
  11. --------------
  12.   arexx_host ("<hostport>")
  13.   arexx_export ("<var>", "<value>");
  14.   value = arexx_import ("<var>");
  15.   arexx_cmd ("<command>", "<arg1>", ...);
  16.  
  17.   arexx_import() and arexx_export() use the Script_SetRexxVar() and
  18.   Script_GetRexxVar() functions of script.library. ARexx hosts which
  19.   use GetRexxVar() and SetRexxVar() instead will not be able to
  20.   exchange variables with Amiga Pike.
  21.  
  22. Installation
  23. ------------
  24. - set PIKE_INCLUDE_PATH to point to the directory
  25.   where you have installed the /lib/include/ directory
  26.   (e.g. "setenv PIKE_INCLUDE_PATH /work/pike/lib/include/:")
  27. - copy master.pike and pike to a directory in your PATH
  28.   (master.pike has to be in PROGDIR: for now)
  29. - copy libs/script.library to libs:
  30.  
  31. Homepage
  32. --------
  33. http://titan.cs.bonn.edu/~fasten/pike.html
  34.  
  35.  
  36. ============================= Archive contents =============================
  37.  
  38. Original  Packed Ratio    Date     Time    Name
  39. -------- ------- ----- --------- --------  -------------
  40.      379     172 54.6% 10-Jan-97 17:44:40 +rexxtest.pike
  41.      349     230 34.0% 10-Jan-97 17:51:32 +scripttest.pike
  42.        0       0  0.0% 10-Jan-97 16:15:58 +array.h
  43.     2927     945 67.7% 10-Jan-97 16:15:58 +array.pre.pike
  44.        1       1  0.0% 10-Jan-97 16:15:58 +fifo.h
  45.     1567     442 71.7% 10-Jan-97 16:15:58 +fifo.pre.pike
  46.        0       0  0.0% 10-Jan-97 16:15:58 +getopt.h
  47.     2761    1001 63.7% 10-Jan-97 16:15:58 +getopt.pre.pike
  48.        0       0  0.0% 10-Jan-97 16:15:58 +process.h
  49.     1634     698 57.2% 10-Jan-97 16:15:58 +process.pre.pike
  50.       70      54 22.8% 10-Jan-97 16:15:58 +simulate.h
  51.     1854     718 61.2% 10-Jan-97 16:15:58 +simulate.pre.pike
  52.        0       0  0.0% 10-Jan-97 16:16:00 +stack.h
  53.      552     308 44.2% 10-Jan-97 16:16:00 +stack.pre.pike
  54.        0       0  0.0% 10-Jan-97 16:15:58 +stdio.h
  55.     3800    1301 65.7% 10-Jan-97 16:15:58 +stdio.pre.pike
  56.        0       0  0.0% 10-Jan-97 16:16:00 +string.h
  57.     1304     578 55.6% 10-Jan-97 16:16:00 +string.pre.pike
  58.     2636    1596 39.4% 10-Jan-97 17:39:10 +script.library
  59.     7801    2720 65.1% 10-Jan-97 17:32:54 +master.pike
  60.   481624  203848 57.6% 10-Jan-97 17:32:48 +pike
  61.      452     301 33.4% 10-Jan-97 15:57:22 +README
  62.      984     513 47.8% 10-Jan-97 17:37:34 +README.Amiga
  63.     1391     613 55.9% 10-Jan-97 17:34:36 +amiga.c
  64.     7758    2402 69.0% 10-Jan-97 17:35:02 +arexx.c
  65.      238     142 40.3% 10-Jan-97 17:35:12 +Makefile
  66. -------- ------- ----- --------- --------
  67.   520082  218583 57.9% 11-Jan-97 01:35:02   26 files
  68.